Click or drag to resize

AppointmentModifiedOccurrences Property

Contains an array of recurring appointment occurrences that have been modified so that they differ from the recurrence master item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Occurrence> ModifiedOccurrences { get; }

Property Value

Type: IListOccurrence
The modified occurrences.
See Also